Html Css Color HEX #E62B9F Persian Rose

📋 copy color: '#E62B9F'

red 230 ◦ green 43 ◦ blue 159

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

Shades of Persian Rose #E62B9F

Tints of Persian Rose #E62B9F

RGB

 RED value IS 230 (90.23% from 255) = 53.24%

 GREEN value IS 43 (17.19% from 255) = 9.95%

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

R = 53.24%
G = 9.95%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E62B9F (or 0xE62B9F) is known color: Persian Rose. HEX triplet: E6, 2B and 9F. RGB value is (230,43,159). Sum of RGB (Red+Green+Blue) = 230+43+159=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E62B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62B9F is #19D460. Grayscale: #6F6F6F. Windows color (decimal): -1692769 or 10431462. OLE color: 10431462.

HSL color Cylindrical-coordinate representation of color #E62B9F: hue angle of 322.78º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62B9F is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 43 159 -
CMYK 0 0.81 0.31 0.10
HSL 322.78º 0.79% 0.54% -
HSV(B) 322.78º 0.81% 0.9% -
XYZ 39.76 21.05 34.77 -
YUV 112.14 154.45 212.07 -
System Red Green Blue C M Y K H S L
Decimal 230 43 159 0 0.81 0.31 0.10 322.78 0.79 0.54
Hex E6 2B 9F 0 51 1F A 143 4F 36
Octal 346 53 237 0 121 37 12 503 117 66
Binary 11100110 101011 10011111 0 1010001 11111 1010 101000011 1001111 110110

Color Harmonies of #E62B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62B9F

Black with #E62B9F

Text Example


Text Example

White with #E62B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62B9F; }

 p { color: rgb(230,43,159); }

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

background-color css

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

 a { background-color: rgb(230,43,159); }

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

border-color css

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

 span { border-color: rgb(230,43,159); }

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