Html Css Color HEX #EB229D Persian Rose

📋 copy color: '#EB229D'

red 235 ◦ green 34 ◦ blue 157

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

Shades of Persian Rose #EB229D

Tints of Persian Rose #EB229D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 55.16%
G = 7.98%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB229D (or 0xEB229D) is known color: Persian Rose. HEX triplet: EB, 22 and 9D. RGB value is (235,34,157). Sum of RGB (Red+Green+Blue) = 235+34+157=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB229D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB229D is #14DD62. Grayscale: #6B6B6B. Windows color (decimal): -1367395 or 10298091. OLE color: 10298091.

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

Color convert

RGB 235 34 157 -
CMYK 0 0.86 0.33 0.08
HSL 323.28º 0.83% 0.53% -
HSV(B) 323.28º 0.86% 0.92% -
XYZ 40.92 21.24 33.84 -
YUV 108.12 155.59 218.5 -
System Red Green Blue C M Y K H S L
Decimal 235 34 157 0 0.86 0.33 0.08 323.28 0.83 0.53
Hex EB 22 9D 0 56 21 8 143 53 35
Octal 353 42 235 0 126 41 10 503 123 65
Binary 11101011 100010 10011101 0 1010110 100001 1000 101000011 1010011 110101

Color Harmonies of #EB229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB229D

Black with #EB229D

Text Example


Text Example

White with #EB229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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