Html Css Color HEX #EB2996 Persian Rose

📋 copy color: '#EB2996'

red 235 ◦ green 41 ◦ blue 150

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

Shades of Persian Rose #EB2996

Tints of Persian Rose #EB2996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.62%

 BLUE value IS 150 (58.98% from 255) = 35.21%

R = 55.16%
G = 9.62%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EB2996 (or 0xEB2996) is known color: Persian Rose. HEX triplet: EB, 29 and 96. RGB value is (235,41,150). Sum of RGB (Red+Green+Blue) = 235+41+150=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2996 is #14D669. Grayscale: #6F6F6F. Windows color (decimal): -1365610 or 9841131. OLE color: 9841131.

HSL color Cylindrical-coordinate representation of color #EB2996: hue angle of 326.29º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB2996 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 41 150 -
CMYK 0 0.83 0.36 0.08
HSL 326.29º 0.83% 0.54% -
HSV(B) 326.29º 0.83% 0.92% -
XYZ 40.56 21.45 30.86 -
YUV 111.43 149.77 216.14 -
System Red Green Blue C M Y K H S L
Decimal 235 41 150 0 0.83 0.36 0.08 326.29 0.83 0.54
Hex EB 29 96 0 53 24 8 146 53 36
Octal 353 51 226 0 123 44 10 506 123 66
Binary 11101011 101001 10010110 0 1010011 100100 1000 101000110 1010011 110110

Color Harmonies of #EB2996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2996

Black with #EB2996

Text Example


Text Example

White with #EB2996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2996; }

 p { color: rgb(235,41,150); }

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

background-color css

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

 a { background-color: rgb(235,41,150); }

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

border-color css

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

 span { border-color: rgb(235,41,150); }

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