Html Css Color HEX #EC92D7 Lavender Rose

📋 copy color: '#EC92D7'

red 236 ◦ green 146 ◦ blue 215

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

Shades of Lavender Rose #EC92D7

Tints of Lavender Rose #EC92D7

RGB

 RED value IS 236 (92.58% from 255) = 39.53%

 GREEN value IS 146 (57.42% from 255) = 24.46%

 BLUE value IS 215 (84.38% from 255) = 36.01%

R = 39.53%
G = 24.46%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC92D7 (or 0xEC92D7) is known color: Lavender Rose. HEX triplet: EC, 92 and D7. RGB value is (236,146,215). Sum of RGB (Red+Green+Blue) = 236+146+215=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #EC92D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC92D7 is #136D28. Grayscale: #B4B4B4. Windows color (decimal): -1273129 or 14127852. OLE color: 14127852.

HSL color Cylindrical-coordinate representation of color #EC92D7: hue angle of 314º degrees, saturation: 0.7, 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 #EC92D7 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 146 215 -
CMYK 0 0.38 0.09 0.07
HSL 314º 0.7% 0.75% -
HSV(B) 314º 0.38% 0.93% -
XYZ 57.14 43.3 69.64 -
YUV 180.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 236 146 215 0 0.38 0.09 0.07 314 0.7 0.75
Hex EC 92 D7 0 26 9 7 13A 46 4B
Octal 354 222 327 0 46 11 7 472 106 113
Binary 11101100 10010010 11010111 0 100110 1001 111 100111010 1000110 1001011

Color Harmonies of #EC92D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC92D7

Black with #EC92D7

Text Example


Text Example

White with #EC92D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC92D7; }

 p { color: rgb(236,146,215); }

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

background-color css

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

 a { background-color: rgb(236,146,215); }

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

border-color css

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

 span { border-color: rgb(236,146,215); }

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