Html Css Color HEX #EB229C Persian Rose

📋 copy color: '#EB229C'

red 235 ◦ green 34 ◦ blue 156

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

Shades of Persian Rose #EB229C

Tints of Persian Rose #EB229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8%

 BLUE value IS 156 (61.33% from 255) = 36.71%

R = 55.29%
G = 8%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB229C (or 0xEB229C) is known color: Persian Rose. HEX triplet: EB, 22 and 9C. RGB value is (235,34,156). Sum of RGB (Red+Green+Blue) = 235+34+156=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB229C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB229C is #14DD63. Grayscale: #6B6B6B. Windows color (decimal): -1367396 or 10232555. OLE color: 10232555.

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

Color convert

RGB 235 34 156 -
CMYK 0 0.86 0.34 0.08
HSL 323.58º 0.83% 0.53% -
HSV(B) 323.58º 0.86% 0.92% -
XYZ 40.83 21.21 33.39 -
YUV 108.01 155.09 218.58 -
System Red Green Blue C M Y K H S L
Decimal 235 34 156 0 0.86 0.34 0.08 323.58 0.83 0.53
Hex EB 22 9C 0 56 22 8 144 53 35
Octal 353 42 234 0 126 42 10 504 123 65
Binary 11101011 100010 10011100 0 1010110 100010 1000 101000100 1010011 110101

Color Harmonies of #EB229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB229C

Black with #EB229C

Text Example


Text Example

White with #EB229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB229C; }

 p { color: rgb(235,34,156); }

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

background-color css

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

 a { background-color: rgb(235,34,156); }

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

border-color css

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

 span { border-color: rgb(235,34,156); }

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