Html Css Color HEX #E62FB0 Persian Rose

📋 copy color: '#E62FB0'

red 230 ◦ green 47 ◦ blue 176

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

Shades of Persian Rose #E62FB0

Tints of Persian Rose #E62FB0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.38%

 BLUE value IS 176 (69.14% from 255) = 38.85%

R = 50.77%
G = 10.38%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E62FB0 (or 0xE62FB0) is known color: Persian Rose. HEX triplet: E6, 2F and B0. RGB value is (230,47,176). Sum of RGB (Red+Green+Blue) = 230+47+176=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E62FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62FB0 is #19D04F. Grayscale: #747474. Windows color (decimal): -1691728 or 11546598. OLE color: 11546598.

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

Color convert

RGB 230 47 176 -
CMYK 0 0.80 0.23 0.10
HSL 317.7º 0.79% 0.54% -
HSV(B) 317.7º 0.8% 0.9% -
XYZ 41.49 21.99 43.13 -
YUV 116.42 161.63 209.01 -
System Red Green Blue C M Y K H S L
Decimal 230 47 176 0 0.80 0.23 0.10 317.7 0.79 0.54
Hex E6 2F B0 0 50 17 A 13E 4F 36
Octal 346 57 260 0 120 27 12 476 117 66
Binary 11100110 101111 10110000 0 1010000 10111 1010 100111110 1001111 110110

Color Harmonies of #E62FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62FB0

Black with #E62FB0

Text Example


Text Example

White with #E62FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62FB0; }

 p { color: rgb(230,47,176); }

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

background-color css

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

 a { background-color: rgb(230,47,176); }

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

border-color css

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

 span { border-color: rgb(230,47,176); }

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