Html Css Color HEX #EA94D4 Lavender Rose

📋 copy color: '#EA94D4'

red 234 ◦ green 148 ◦ blue 212

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

Shades of Lavender Rose #EA94D4

Tints of Lavender Rose #EA94D4

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.92%

 BLUE value IS 212 (83.2% from 255) = 35.69%

R = 39.39%
G = 24.92%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA94D4 (or 0xEA94D4) is known color: Lavender Rose. HEX triplet: EA, 94 and D4. RGB value is (234,148,212). Sum of RGB (Red+Green+Blue) = 234+148+212=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA94D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA94D4 is #156B2B. Grayscale: #B4B4B4. Windows color (decimal): -1403692 or 13931754. OLE color: 13931754.

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

Color convert

RGB 234 148 212 -
CMYK 0 0.37 0.09 0.08
HSL 315.35º 0.67% 0.75% -
HSV(B) 315.35º 0.37% 0.92% -
XYZ 56.41 43.43 67.7 -
YUV 181.01 145.49 165.8 -
System Red Green Blue C M Y K H S L
Decimal 234 148 212 0 0.37 0.09 0.08 315.35 0.67 0.75
Hex EA 94 D4 0 25 9 8 13B 43 4B
Octal 352 224 324 0 45 11 10 473 103 113
Binary 11101010 10010100 11010100 0 100101 1001 1000 100111011 1000011 1001011

Color Harmonies of #EA94D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA94D4

Black with #EA94D4

Text Example


Text Example

White with #EA94D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA94D4; }

 p { color: rgb(234,148,212); }

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

background-color css

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

 a { background-color: rgb(234,148,212); }

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

border-color css

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

 span { border-color: rgb(234,148,212); }

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