Html Css Color HEX #EB94D2 Lavender Rose

📋 copy color: '#EB94D2'

red 235 ◦ green 148 ◦ blue 210

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

Shades of Lavender Rose #EB94D2

Tints of Lavender Rose #EB94D2

RGB

 RED value IS 235 (92.19% from 255) = 39.63%

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

 BLUE value IS 210 (82.42% from 255) = 35.41%

R = 39.63%
G = 24.96%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB94D2 (or 0xEB94D2) is known color: Lavender Rose. HEX triplet: EB, 94 and D2. RGB value is (235,148,210). Sum of RGB (Red+Green+Blue) = 235+148+210=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB94D2 is #146B2D. Grayscale: #B4B4B4. Windows color (decimal): -1338158 or 13800683. OLE color: 13800683.

HSL color Cylindrical-coordinate representation of color #EB94D2: hue angle of 317.24º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB94D2 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 148 210 -
CMYK 0 0.37 0.11 0.08
HSL 317.24º 0.69% 0.75% -
HSV(B) 317.24º 0.37% 0.92% -
XYZ 56.48 43.5 66.39 -
YUV 181.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 235 148 210 0 0.37 0.11 0.08 317.24 0.69 0.75
Hex EB 94 D2 0 25 B 8 13D 45 4B
Octal 353 224 322 0 45 13 10 475 105 113
Binary 11101011 10010100 11010010 0 100101 1011 1000 100111101 1000101 1001011

Color Harmonies of #EB94D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB94D2

Black with #EB94D2

Text Example


Text Example

White with #EB94D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB94D2; }

 p { color: rgb(235,148,210); }

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

background-color css

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

 a { background-color: rgb(235,148,210); }

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

border-color css

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

 span { border-color: rgb(235,148,210); }

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