Html Css Color HEX #EA8FD0 Tea Rose

📋 copy color: '#EA8FD0'

red 234 ◦ green 143 ◦ blue 208

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

Shades of Tea Rose #EA8FD0

Tints of Tea Rose #EA8FD0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.44%

 BLUE value IS 208 (81.64% from 255) = 35.56%

R = 40%
G = 24.44%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA8FD0 (or 0xEA8FD0) is known color: Tea Rose. HEX triplet: EA, 8F and D0. RGB value is (234,143,208). Sum of RGB (Red+Green+Blue) = 234+143+208=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FD0 is #15702F. Grayscale: #B1B1B1. Windows color (decimal): -1404976 or 13668330. OLE color: 13668330.

HSL color Cylindrical-coordinate representation of color #EA8FD0: hue angle of 317.14º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8FD0 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 143 208 -
CMYK 0 0.39 0.11 0.08
HSL 317.14º 0.68% 0.74% -
HSV(B) 317.14º 0.39% 0.92% -
XYZ 55.14 41.69 64.82 -
YUV 177.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 234 143 208 0 0.39 0.11 0.08 317.14 0.68 0.74
Hex EA 8F D0 0 27 B 8 13D 44 4A
Octal 352 217 320 0 47 13 10 475 104 112
Binary 11101010 10001111 11010000 0 100111 1011 1000 100111101 1000100 1001010

Color Harmonies of #EA8FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8FD0

Black with #EA8FD0

Text Example


Text Example

White with #EA8FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8FD0; }

 p { color: rgb(234,143,208); }

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

background-color css

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

 a { background-color: rgb(234,143,208); }

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

border-color css

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

 span { border-color: rgb(234,143,208); }

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