Html Css Color HEX #EB2799 Persian Rose

📋 copy color: '#EB2799'

red 235 ◦ green 39 ◦ blue 153

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

Shades of Persian Rose #EB2799

Tints of Persian Rose #EB2799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.13%

 BLUE value IS 153 (60.16% from 255) = 35.83%

R = 55.04%
G = 9.13%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB2799 (or 0xEB2799) is known color: Persian Rose. HEX triplet: EB, 27 and 99. RGB value is (235,39,153). Sum of RGB (Red+Green+Blue) = 235+39+153=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2799 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2799 is #14D866. Grayscale: #6E6E6E. Windows color (decimal): -1366119 or 10037227. OLE color: 10037227.

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

Color convert

RGB 235 39 153 -
CMYK 0 0.83 0.35 0.08
HSL 325.1º 0.83% 0.54% -
HSV(B) 325.1º 0.83% 0.92% -
XYZ 40.74 21.41 32.12 -
YUV 110.6 151.93 216.73 -
System Red Green Blue C M Y K H S L
Decimal 235 39 153 0 0.83 0.35 0.08 325.1 0.83 0.54
Hex EB 27 99 0 53 23 8 145 53 36
Octal 353 47 231 0 123 43 10 505 123 66
Binary 11101011 100111 10011001 0 1010011 100011 1000 101000101 1010011 110110

Color Harmonies of #EB2799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2799

Black with #EB2799

Text Example


Text Example

White with #EB2799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2799; }

 p { color: rgb(235,39,153); }

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

background-color css

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

 a { background-color: rgb(235,39,153); }

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

border-color css

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

 span { border-color: rgb(235,39,153); }

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