Html Css Color HEX #ED96D4 Lavender Rose

📋 copy color: '#ED96D4'

red 237 ◦ green 150 ◦ blue 212

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

Shades of Lavender Rose #ED96D4

Tints of Lavender Rose #ED96D4

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.04%

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

R = 39.57%
G = 25.04%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED96D4 (or 0xED96D4) is known color: Lavender Rose. HEX triplet: ED, 96 and D4. RGB value is (237,150,212). Sum of RGB (Red+Green+Blue) = 237+150+212=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96D4 is #12692B. Grayscale: #B6B6B6. Windows color (decimal): -1206572 or 13932269. OLE color: 13932269.

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

Color convert

RGB 237 150 212 -
CMYK 0 0.37 0.11 0.07
HSL 317.24º 0.71% 0.76% -
HSV(B) 317.24º 0.37% 0.93% -
XYZ 57.72 44.57 67.85 -
YUV 183.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 237 150 212 0 0.37 0.11 0.07 317.24 0.71 0.76
Hex ED 96 D4 0 25 B 7 13D 47 4C
Octal 355 226 324 0 45 13 7 475 107 114
Binary 11101101 10010110 11010100 0 100101 1011 111 100111101 1000111 1001100

Color Harmonies of #ED96D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED96D4

Black with #ED96D4

Text Example


Text Example

White with #ED96D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED96D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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