Html Css Color HEX #E21B9F Persian Rose

📋 copy color: '#E21B9F'

red 226 ◦ green 27 ◦ blue 159

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

Shades of Persian Rose #E21B9F

Tints of Persian Rose #E21B9F

RGB

 RED value IS 226 (88.67% from 255) = 54.85%

 GREEN value IS 27 (10.94% from 255) = 6.55%

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

R = 54.85%
G = 6.55%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E21B9F (or 0xE21B9F) is known color: Persian Rose. HEX triplet: E2, 1B and 9F. RGB value is (226,27,159). Sum of RGB (Red+Green+Blue) = 226+27+159=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21B9F is #1DE460. Grayscale: #656565. Windows color (decimal): -1959009 or 10427362. OLE color: 10427362.

HSL color Cylindrical-coordinate representation of color #E21B9F: hue angle of 320.2º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21B9F is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 27 159 -
CMYK 0 0.88 0.30 0.11
HSL 320.2º 0.79% 0.5% -
HSV(B) 320.2º 0.88% 0.89% -
XYZ 38.01 19.46 34.55 -
YUV 101.55 160.43 216.77 -
System Red Green Blue C M Y K H S L
Decimal 226 27 159 0 0.88 0.30 0.11 320.2 0.79 0.5
Hex E2 1B 9F 0 58 1E B 140 4F 32
Octal 342 33 237 0 130 36 13 500 117 62
Binary 11100010 11011 10011111 0 1011000 11110 1011 101000000 1001111 110010

Color Harmonies of #E21B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21B9F

Black with #E21B9F

Text Example


Text Example

White with #E21B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21B9F; }

 p { color: rgb(226,27,159); }

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

background-color css

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

 a { background-color: rgb(226,27,159); }

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

border-color css

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

 span { border-color: rgb(226,27,159); }

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