Html Css Color HEX #E82B9B Persian Rose

📋 copy color: '#E82B9B'

red 232 ◦ green 43 ◦ blue 155

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

Shades of Persian Rose #E82B9B

Tints of Persian Rose #E82B9B

RGB

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

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

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

R = 53.95%
G = 10%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E82B9B (or 0xE82B9B) is known color: Persian Rose. HEX triplet: E8, 2B and 9B. RGB value is (232,43,155). Sum of RGB (Red+Green+Blue) = 232+43+155=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E82B9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82B9B is #17D464. Grayscale: #707070. Windows color (decimal): -1561701 or 10169320. OLE color: 10169320.

HSL color Cylindrical-coordinate representation of color #E82B9B: hue angle of 324.44º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82B9B is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 43 155 -
CMYK 0 0.81 0.33 0.09
HSL 324.44º 0.8% 0.54% -
HSV(B) 324.44º 0.81% 0.91% -
XYZ 40.06 21.25 33 -
YUV 112.28 152.12 213.39 -
System Red Green Blue C M Y K H S L
Decimal 232 43 155 0 0.81 0.33 0.09 324.44 0.8 0.54
Hex E8 2B 9B 0 51 21 9 144 50 36
Octal 350 53 233 0 121 41 11 504 120 66
Binary 11101000 101011 10011011 0 1010001 100001 1001 101000100 1010000 110110

Color Harmonies of #E82B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82B9B

Black with #E82B9B

Text Example


Text Example

White with #E82B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82B9B; }

 p { color: rgb(232,43,155); }

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

background-color css

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

 a { background-color: rgb(232,43,155); }

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

border-color css

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

 span { border-color: rgb(232,43,155); }

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