Html Css Color HEX #ED95DC Lavender Rose

📋 copy color: '#ED95DC'

red 237 ◦ green 149 ◦ blue 220

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

Shades of Lavender Rose #ED95DC

Tints of Lavender Rose #ED95DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.3%

R = 39.11%
G = 24.59%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED95DC (or 0xED95DC) is known color: Lavender Rose. HEX triplet: ED, 95 and DC. RGB value is (237,149,220). Sum of RGB (Red+Green+Blue) = 237+149+220=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED95DC is #126A23. Grayscale: #B7B7B7. Windows color (decimal): -1206820 or 14456301. OLE color: 14456301.

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

Color convert

RGB 237 149 220 -
CMYK 0 0.37 0.07 0.07
HSL 311.59º 0.71% 0.76% -
HSV(B) 311.59º 0.37% 0.93% -
XYZ 58.59 44.67 73.24 -
YUV 183.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 237 149 220 0 0.37 0.07 0.07 311.59 0.71 0.76
Hex ED 95 DC 0 25 7 7 138 47 4C
Octal 355 225 334 0 45 7 7 470 107 114
Binary 11101101 10010101 11011100 0 100101 111 111 100111000 1000111 1001100

Color Harmonies of #ED95DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED95DC

Black with #ED95DC

Text Example


Text Example

White with #ED95DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED95DC; }

 p { color: rgb(237,149,220); }

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

background-color css

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

 a { background-color: rgb(237,149,220); }

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

border-color css

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

 span { border-color: rgb(237,149,220); }

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