Html Css Color HEX #EB229F Persian Rose

📋 copy color: '#EB229F'

red 235 ◦ green 34 ◦ blue 159

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

Shades of Persian Rose #EB229F

Tints of Persian Rose #EB229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 54.91%
G = 7.94%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB229F (or 0xEB229F) is known color: Persian Rose. HEX triplet: EB, 22 and 9F. RGB value is (235,34,159). Sum of RGB (Red+Green+Blue) = 235+34+159=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 34 (13.67% from 255 or 7.94% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB229F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB229F is #14DD60. Grayscale: #6C6C6C. Windows color (decimal): -1367393 or 10429163. OLE color: 10429163.

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

Color convert

RGB 235 34 159 -
CMYK 0 0.86 0.32 0.08
HSL 322.69º 0.83% 0.53% -
HSV(B) 322.69º 0.86% 0.92% -
XYZ 41.09 21.31 34.75 -
YUV 108.35 156.59 218.34 -
System Red Green Blue C M Y K H S L
Decimal 235 34 159 0 0.86 0.32 0.08 322.69 0.83 0.53
Hex EB 22 9F 0 56 20 8 143 53 35
Octal 353 42 237 0 126 40 10 503 123 65
Binary 11101011 100010 10011111 0 1010110 100000 1000 101000011 1010011 110101

Color Harmonies of #EB229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB229F

Black with #EB229F

Text Example


Text Example

White with #EB229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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