Html Css Color HEX #EA7ACD Tea Rose

📋 copy color: '#EA7ACD'

red 234 ◦ green 122 ◦ blue 205

#EA7ACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #EA7ACD

Tints of Tea Rose #EA7ACD

RGB

 RED value IS 234 (91.8% from 255) = 41.71%

 GREEN value IS 122 (48.05% from 255) = 21.75%

 BLUE value IS 205 (80.47% from 255) = 36.54%

R = 41.71%
G = 21.75%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA7ACD (or 0xEA7ACD) is known color: Tea Rose. HEX triplet: EA, 7A and CD. RGB value is (234,122,205). Sum of RGB (Red+Green+Blue) = 234+122+205=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7ACD is #158532. Grayscale: #A4A4A4. Windows color (decimal): -1410355 or 13466346. OLE color: 13466346.

HSL color Cylindrical-coordinate representation of color #EA7ACD: hue angle of 315.54º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7ACD is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 122 205 -
CMYK 0 0.48 0.12 0.08
HSL 315.54º 0.73% 0.7% -
HSV(B) 315.54º 0.48% 0.92% -
XYZ 51.91 35.82 61.94 -
YUV 164.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 234 122 205 0 0.48 0.12 0.08 315.54 0.73 0.7
Hex EA 7A CD 0 30 C 8 13C 49 46
Octal 352 172 315 0 60 14 10 474 111 106
Binary 11101010 1111010 11001101 0 110000 1100 1000 100111100 1001001 1000110

Color Harmonies of #EA7ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7ACD

Black with #EA7ACD

Text Example


Text Example

White with #EA7ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7ACD; }

 p { color: rgb(234,122,205); }

 H1.HeaderClassName
 {
   color: #EA7ACD;
 }
 .AnyTagClassName
 {
   color: #EA7ACD;
 }
</style>

background-color css

<style>
 a { background-color: #EA7ACD; }

 a { background-color: rgb(234,122,205); }

 div.DivClassName
 {
   background-color: #EA7ACD;
 }
 .BgClassName
 {
   background-color: #EA7ACD;
 }
</style>

border-color css

<style>
 span { border-color: #EA7ACD; }

 span { border-color: rgb(234,122,205); }

 td.TdClassName
 {
   border-color: #EA7ACD;
 }
 .TagClassName
 {
   border-color: #EA7ACD;
 }
</style>