Html Css Color HEX #E840B0 Persian Rose

📋 copy color: '#E840B0'

red 232 ◦ green 64 ◦ blue 176

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

Shades of Persian Rose #E840B0

Tints of Persian Rose #E840B0

RGB

 RED value IS 232 (91.02% from 255) = 49.15%

 GREEN value IS 64 (25.39% from 255) = 13.56%

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

R = 49.15%
G = 13.56%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E840B0 (or 0xE840B0) is known color: Persian Rose. HEX triplet: E8, 40 and B0. RGB value is (232,64,176). Sum of RGB (Red+Green+Blue) = 232+64+176=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E840B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E840B0 is #17BF4F. Grayscale: #7E7E7E. Windows color (decimal): -1556304 or 11550952. OLE color: 11550952.

HSL color Cylindrical-coordinate representation of color #E840B0: hue angle of 320º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E840B0 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 64 176 -
CMYK 0 0.72 0.24 0.09
HSL 320º 0.79% 0.58% -
HSV(B) 320º 0.72% 0.91% -
XYZ 42.95 23.96 43.43 -
YUV 127 155.66 202.89 -
System Red Green Blue C M Y K H S L
Decimal 232 64 176 0 0.72 0.24 0.09 320 0.79 0.58
Hex E8 40 B0 0 48 18 9 140 4F 3A
Octal 350 100 260 0 110 30 11 500 117 72
Binary 11101000 1000000 10110000 0 1001000 11000 1001 101000000 1001111 111010

Color Harmonies of #E840B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E840B0

Black with #E840B0

Text Example


Text Example

White with #E840B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E840B0; }

 p { color: rgb(232,64,176); }

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

background-color css

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

 a { background-color: rgb(232,64,176); }

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

border-color css

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

 span { border-color: rgb(232,64,176); }

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