Html Css Color HEX #EB219B Persian Rose

📋 copy color: '#EB219B'

red 235 ◦ green 33 ◦ blue 155

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

Shades of Persian Rose #EB219B

Tints of Persian Rose #EB219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 55.56%
G = 7.8%
B = 36.64%

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

#EB219B (or 0xEB219B) is known color: Persian Rose. HEX triplet: EB, 21 and 9B. RGB value is (235,33,155). Sum of RGB (Red+Green+Blue) = 235+33+155=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB219B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB219B is #14DE64. Grayscale: #6B6B6B. Windows color (decimal): -1367653 or 10166763. OLE color: 10166763.

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

Color convert

RGB 235 33 155 -
CMYK 0 0.86 0.34 0.08
HSL 323.76º 0.83% 0.53% -
HSV(B) 323.76º 0.86% 0.92% -
XYZ 40.72 21.12 32.94 -
YUV 107.31 154.92 219.08 -
System Red Green Blue C M Y K H S L
Decimal 235 33 155 0 0.86 0.34 0.08 323.76 0.83 0.53
Hex EB 21 9B 0 56 22 8 144 53 35
Octal 353 41 233 0 126 42 10 504 123 65
Binary 11101011 100001 10011011 0 1010110 100010 1000 101000100 1010011 110101

Color Harmonies of #EB219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB219B

Black with #EB219B

Text Example


Text Example

White with #EB219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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