Html Css Color HEX #ED94DE Lavender Rose

📋 copy color: '#ED94DE'

red 237 ◦ green 148 ◦ blue 222

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

Shades of Lavender Rose #ED94DE

Tints of Lavender Rose #ED94DE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.38%

 BLUE value IS 222 (87.11% from 255) = 36.57%

R = 39.04%
G = 24.38%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED94DE (or 0xED94DE) is known color: Lavender Rose. HEX triplet: ED, 94 and DE. RGB value is (237,148,222). Sum of RGB (Red+Green+Blue) = 237+148+222=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #ED94DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED94DE is #126B21. Grayscale: #B6B6B6. Windows color (decimal): -1207074 or 14587117. OLE color: 14587117.

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

Color convert

RGB 237 148 222 -
CMYK 0 0.38 0.06 0.07
HSL 310.11º 0.71% 0.75% -
HSV(B) 310.11º 0.38% 0.93% -
XYZ 58.7 44.46 74.59 -
YUV 183.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 237 148 222 0 0.38 0.06 0.07 310.11 0.71 0.75
Hex ED 94 DE 0 26 6 7 136 47 4B
Octal 355 224 336 0 46 6 7 466 107 113
Binary 11101101 10010100 11011110 0 100110 110 111 100110110 1000111 1001011

Color Harmonies of #ED94DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED94DE

Black with #ED94DE

Text Example


Text Example

White with #ED94DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED94DE; }

 p { color: rgb(237,148,222); }

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

background-color css

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

 a { background-color: rgb(237,148,222); }

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

border-color css

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

 span { border-color: rgb(237,148,222); }

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