Html Css Color HEX #ED9AD4 Lavender Rose

📋 copy color: '#ED9AD4'

red 237 ◦ green 154 ◦ blue 212

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

Shades of Lavender Rose #ED9AD4

Tints of Lavender Rose #ED9AD4

RGB

 RED value IS 237 (92.97% from 255) = 39.3%

 GREEN value IS 154 (60.55% from 255) = 25.54%

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

R = 39.3%
G = 25.54%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED9AD4 (or 0xED9AD4) is known color: Lavender Rose. HEX triplet: ED, 9A and D4. RGB value is (237,154,212). Sum of RGB (Red+Green+Blue) = 237+154+212=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9AD4 is #12652B. Grayscale: #B9B9B9. Windows color (decimal): -1205548 or 13933293. OLE color: 13933293.

HSL color Cylindrical-coordinate representation of color #ED9AD4: hue angle of 318.07º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9AD4 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 154 212 -
CMYK 0 0.35 0.11 0.07
HSL 318.07º 0.7% 0.77% -
HSV(B) 318.07º 0.35% 0.93% -
XYZ 58.36 45.87 68.06 -
YUV 185.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 237 154 212 0 0.35 0.11 0.07 318.07 0.7 0.77
Hex ED 9A D4 0 23 B 7 13E 46 4D
Octal 355 232 324 0 43 13 7 476 106 115
Binary 11101101 10011010 11010100 0 100011 1011 111 100111110 1000110 1001101

Color Harmonies of #ED9AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9AD4

Black with #ED9AD4

Text Example


Text Example

White with #ED9AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9AD4; }

 p { color: rgb(237,154,212); }

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

background-color css

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

 a { background-color: rgb(237,154,212); }

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

border-color css

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

 span { border-color: rgb(237,154,212); }

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