Html Css Color HEX #ED9CDA Lavender Rose

📋 copy color: '#ED9CDA'

red 237 ◦ green 156 ◦ blue 218

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

Shades of Lavender Rose #ED9CDA

Tints of Lavender Rose #ED9CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.53%

 BLUE value IS 218 (85.55% from 255) = 35.68%

R = 38.79%
G = 25.53%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED9CDA (or 0xED9CDA) is known color: Lavender Rose. HEX triplet: ED, 9C and DA. RGB value is (237,156,218). Sum of RGB (Red+Green+Blue) = 237+156+218=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CDA is #126325. Grayscale: #BBBBBB. Windows color (decimal): -1205030 or 14327021. OLE color: 14327021.

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

Color convert

RGB 237 156 218 -
CMYK 0 0.34 0.08 0.07
HSL 314.07º 0.69% 0.77% -
HSV(B) 314.07º 0.34% 0.93% -
XYZ 59.47 46.84 72.24 -
YUV 187.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 237 156 218 0 0.34 0.08 0.07 314.07 0.69 0.77
Hex ED 9C DA 0 22 8 7 13A 45 4D
Octal 355 234 332 0 42 10 7 472 105 115
Binary 11101101 10011100 11011010 0 100010 1000 111 100111010 1000101 1001101

Color Harmonies of #ED9CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9CDA

Black with #ED9CDA

Text Example


Text Example

White with #ED9CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9CDA; }

 p { color: rgb(237,156,218); }

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

background-color css

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

 a { background-color: rgb(237,156,218); }

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

border-color css

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

 span { border-color: rgb(237,156,218); }

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