Html Css Color HEX #E07BB6 Persian Pink

📋 copy color: '#E07BB6'

red 224 ◦ green 123 ◦ blue 182

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

Shades of Persian Pink #E07BB6

Tints of Persian Pink #E07BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.4%

R = 42.34%
G = 23.25%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E07BB6 (or 0xE07BB6) is known color: Persian Pink. HEX triplet: E0, 7B and B6. RGB value is (224,123,182). Sum of RGB (Red+Green+Blue) = 224+123+182=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BB6 is #1F8449. Grayscale: #9F9F9F. Windows color (decimal): -2065482 or 11959264. OLE color: 11959264.

HSL color Cylindrical-coordinate representation of color #E07BB6: hue angle of 324.95º 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 #E07BB6 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 123 182 -
CMYK 0 0.45 0.19 0.12
HSL 324.95º 0.62% 0.68% -
HSV(B) 324.95º 0.45% 0.88% -
XYZ 46.27 33.39 48.26 -
YUV 159.93 140.46 173.7 -
System Red Green Blue C M Y K H S L
Decimal 224 123 182 0 0.45 0.19 0.12 324.95 0.62 0.68
Hex E0 7B B6 0 2D 13 C 145 3E 44
Octal 340 173 266 0 55 23 14 505 76 104
Binary 11100000 1111011 10110110 0 101101 10011 1100 101000101 111110 1000100

Color Harmonies of #E07BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07BB6

Black with #E07BB6

Text Example


Text Example

White with #E07BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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