Html Css Color HEX #ED9EE3 Lavender Rose

📋 copy color: '#ED9EE3'

red 237 ◦ green 158 ◦ blue 227

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

Shades of Lavender Rose #ED9EE3

Tints of Lavender Rose #ED9EE3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.4%

 BLUE value IS 227 (89.06% from 255) = 36.5%

R = 38.1%
G = 25.4%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ED9EE3 (or 0xED9EE3) is known color: Lavender Rose. HEX triplet: ED, 9E and E3. RGB value is (237,158,227). Sum of RGB (Red+Green+Blue) = 237+158+227=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9EE3 is #12611C. Grayscale: #BDBDBD. Windows color (decimal): -1204509 or 14917357. OLE color: 14917357.

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

Color convert

RGB 237 158 227 -
CMYK 0 0.33 0.04 0.07
HSL 307.59º 0.69% 0.77% -
HSV(B) 307.59º 0.33% 0.93% -
XYZ 61.02 48 78.72 -
YUV 189.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 237 158 227 0 0.33 0.04 0.07 307.59 0.69 0.77
Hex ED 9E E3 0 21 4 7 134 45 4D
Octal 355 236 343 0 41 4 7 464 105 115
Binary 11101101 10011110 11100011 0 100001 100 111 100110100 1000101 1001101

Color Harmonies of #ED9EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9EE3

Black with #ED9EE3

Text Example


Text Example

White with #ED9EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9EE3; }

 p { color: rgb(237,158,227); }

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

background-color css

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

 a { background-color: rgb(237,158,227); }

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

border-color css

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

 span { border-color: rgb(237,158,227); }

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