Html Css Color HEX #E07BB8 Persian Pink

📋 copy color: '#E07BB8'

red 224 ◦ green 123 ◦ blue 184

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

Shades of Persian Pink #E07BB8

Tints of Persian Pink #E07BB8

RGB

 RED value IS 224 (87.89% from 255) = 42.18%

 GREEN value IS 123 (48.44% from 255) = 23.16%

 BLUE value IS 184 (72.27% from 255) = 34.65%

R = 42.18%
G = 23.16%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E07BB8 (or 0xE07BB8) is known color: Persian Pink. HEX triplet: E0, 7B and B8. RGB value is (224,123,184). Sum of RGB (Red+Green+Blue) = 224+123+184=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BB8 is #1F8447. Grayscale: #A0A0A0. Windows color (decimal): -2065480 or 12090336. OLE color: 12090336.

HSL color Cylindrical-coordinate representation of color #E07BB8: hue angle of 323.76º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07BB8 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 123 184 -
CMYK 0 0.45 0.18 0.12
HSL 323.76º 0.62% 0.68% -
HSV(B) 323.76º 0.45% 0.88% -
XYZ 46.48 33.47 49.36 -
YUV 160.15 141.46 173.54 -
System Red Green Blue C M Y K H S L
Decimal 224 123 184 0 0.45 0.18 0.12 323.76 0.62 0.68
Hex E0 7B B8 0 2D 12 C 144 3E 44
Octal 340 173 270 0 55 22 14 504 76 104
Binary 11100000 1111011 10111000 0 101101 10010 1100 101000100 111110 1000100

Color Harmonies of #E07BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07BB8

Black with #E07BB8

Text Example


Text Example

White with #E07BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07BB8; }

 p { color: rgb(224,123,184); }

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

background-color css

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

 a { background-color: rgb(224,123,184); }

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

border-color css

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

 span { border-color: rgb(224,123,184); }

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