Html Css Color HEX #EB91D3 Lavender Rose

📋 copy color: '#EB91D3'

red 235 ◦ green 145 ◦ blue 211

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

Shades of Lavender Rose #EB91D3

Tints of Lavender Rose #EB91D3

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.53%

 BLUE value IS 211 (82.81% from 255) = 35.7%

R = 39.76%
G = 24.53%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB91D3 (or 0xEB91D3) is known color: Lavender Rose. HEX triplet: EB, 91 and D3. RGB value is (235,145,211). Sum of RGB (Red+Green+Blue) = 235+145+211=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EB91D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB91D3 is #146E2C. Grayscale: #B3B3B3. Windows color (decimal): -1338925 or 13865451. OLE color: 13865451.

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

Color convert

RGB 235 145 211 -
CMYK 0 0.38 0.10 0.08
HSL 316º 0.69% 0.75% -
HSV(B) 316º 0.38% 0.92% -
XYZ 56.14 42.62 66.89 -
YUV 179.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 235 145 211 0 0.38 0.10 0.08 316 0.69 0.75
Hex EB 91 D3 0 26 A 8 13C 45 4B
Octal 353 221 323 0 46 12 10 474 105 113
Binary 11101011 10010001 11010011 0 100110 1010 1000 100111100 1000101 1001011

Color Harmonies of #EB91D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB91D3

Black with #EB91D3

Text Example


Text Example

White with #EB91D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB91D3; }

 p { color: rgb(235,145,211); }

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

background-color css

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

 a { background-color: rgb(235,145,211); }

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

border-color css

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

 span { border-color: rgb(235,145,211); }

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