Html Css Color HEX #EB219A Persian Rose

📋 copy color: '#EB219A'

red 235 ◦ green 33 ◦ blue 154

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

Shades of Persian Rose #EB219A

Tints of Persian Rose #EB219A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.82%

 BLUE value IS 154 (60.55% from 255) = 36.49%

R = 55.69%
G = 7.82%
B = 36.49%

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

#EB219A (or 0xEB219A) is known color: Persian Rose. HEX triplet: EB, 21 and 9A. RGB value is (235,33,154). Sum of RGB (Red+Green+Blue) = 235+33+154=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB219A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB219A is #14DE65. Grayscale: #6A6A6A. Windows color (decimal): -1367654 or 10101227. OLE color: 10101227.

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

Color convert

RGB 235 33 154 -
CMYK 0 0.86 0.34 0.08
HSL 324.06º 0.83% 0.53% -
HSV(B) 324.06º 0.86% 0.92% -
XYZ 40.64 21.08 32.5 -
YUV 107.19 154.42 219.16 -
System Red Green Blue C M Y K H S L
Decimal 235 33 154 0 0.86 0.34 0.08 324.06 0.83 0.53
Hex EB 21 9A 0 56 22 8 144 53 35
Octal 353 41 232 0 126 42 10 504 123 65
Binary 11101011 100001 10011010 0 1010110 100010 1000 101000100 1010011 110101

Color Harmonies of #EB219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB219A

Black with #EB219A

Text Example


Text Example

White with #EB219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB219A; }

 p { color: rgb(235,33,154); }

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

background-color css

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

 a { background-color: rgb(235,33,154); }

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

border-color css

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

 span { border-color: rgb(235,33,154); }

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