Html Css Color HEX #ED96DF Lavender Rose

📋 copy color: '#ED96DF'

red 237 ◦ green 150 ◦ blue 223

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

Shades of Lavender Rose #ED96DF

Tints of Lavender Rose #ED96DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.56%

R = 38.85%
G = 24.59%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED96DF (or 0xED96DF) is known color: Lavender Rose. HEX triplet: ED, 96 and DF. RGB value is (237,150,223). Sum of RGB (Red+Green+Blue) = 237+150+223=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96DF is #126920. Grayscale: #B8B8B8. Windows color (decimal): -1206561 or 14653165. OLE color: 14653165.

HSL color Cylindrical-coordinate representation of color #ED96DF: hue angle of 309.66º 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 #ED96DF is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 150 223 -
CMYK 0 0.37 0.06 0.07
HSL 309.66º 0.71% 0.76% -
HSV(B) 309.66º 0.37% 0.93% -
XYZ 59.15 45.14 75.41 -
YUV 184.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 237 150 223 0 0.37 0.06 0.07 309.66 0.71 0.76
Hex ED 96 DF 0 25 6 7 136 47 4C
Octal 355 226 337 0 45 6 7 466 107 114
Binary 11101101 10010110 11011111 0 100101 110 111 100110110 1000111 1001100

Color Harmonies of #ED96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED96DF

Black with #ED96DF

Text Example


Text Example

White with #ED96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED96DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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