Html Css Color HEX #EB93D2 Lavender Rose

📋 copy color: '#EB93D2'

red 235 ◦ green 147 ◦ blue 210

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

Shades of Lavender Rose #EB93D2

Tints of Lavender Rose #EB93D2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.83%

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

R = 39.7%
G = 24.83%
B = 35.47%

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

#EB93D2 (or 0xEB93D2) is known color: Lavender Rose. HEX triplet: EB, 93 and D2. RGB value is (235,147,210). Sum of RGB (Red+Green+Blue) = 235+147+210=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB93D2 is #146C2D. Grayscale: #B4B4B4. Windows color (decimal): -1338414 or 13800427. OLE color: 13800427.

HSL color Cylindrical-coordinate representation of color #EB93D2: hue angle of 317.05º 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 #EB93D2 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 147 210 -
CMYK 0 0.37 0.11 0.08
HSL 317.05º 0.69% 0.75% -
HSV(B) 317.05º 0.37% 0.92% -
XYZ 56.33 43.18 66.34 -
YUV 180.49 144.65 166.88 -
System Red Green Blue C M Y K H S L
Decimal 235 147 210 0 0.37 0.11 0.08 317.05 0.69 0.75
Hex EB 93 D2 0 25 B 8 13D 45 4B
Octal 353 223 322 0 45 13 10 475 105 113
Binary 11101011 10010011 11010010 0 100101 1011 1000 100111101 1000101 1001011

Color Harmonies of #EB93D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB93D2

Black with #EB93D2

Text Example


Text Example

White with #EB93D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB93D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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