Html Css Color HEX #EA95D2 Lavender Rose

📋 copy color: '#EA95D2'

red 234 ◦ green 149 ◦ blue 210

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

Shades of Lavender Rose #EA95D2

Tints of Lavender Rose #EA95D2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.13%

 BLUE value IS 210 (82.42% from 255) = 35.41%

R = 39.46%
G = 25.13%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA95D2 (or 0xEA95D2) is known color: Lavender Rose. HEX triplet: EA, 95 and D2. RGB value is (234,149,210). Sum of RGB (Red+Green+Blue) = 234+149+210=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA95D2 is #156A2D. Grayscale: #B5B5B5. Windows color (decimal): -1403438 or 13800938. OLE color: 13800938.

HSL color Cylindrical-coordinate representation of color #EA95D2: hue angle of 316.94º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA95D2 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 149 210 -
CMYK 0 0.36 0.10 0.08
HSL 316.94º 0.67% 0.75% -
HSV(B) 316.94º 0.36% 0.92% -
XYZ 56.31 43.64 66.43 -
YUV 181.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 234 149 210 0 0.36 0.10 0.08 316.94 0.67 0.75
Hex EA 95 D2 0 24 A 8 13D 43 4B
Octal 352 225 322 0 44 12 10 475 103 113
Binary 11101010 10010101 11010010 0 100100 1010 1000 100111101 1000011 1001011

Color Harmonies of #EA95D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA95D2

Black with #EA95D2

Text Example


Text Example

White with #EA95D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA95D2; }

 p { color: rgb(234,149,210); }

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

background-color css

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

 a { background-color: rgb(234,149,210); }

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

border-color css

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

 span { border-color: rgb(234,149,210); }

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