Html Css Color HEX #E07BB4 Persian Pink

📋 copy color: '#E07BB4'

red 224 ◦ green 123 ◦ blue 180

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

Shades of Persian Pink #E07BB4

Tints of Persian Pink #E07BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.16%

R = 42.5%
G = 23.34%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E07BB4 (or 0xE07BB4) is known color: Persian Pink. HEX triplet: E0, 7B and B4. RGB value is (224,123,180). Sum of RGB (Red+Green+Blue) = 224+123+180=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BB4 is #1F844B. Grayscale: #9F9F9F. Windows color (decimal): -2065484 or 11828192. OLE color: 11828192.

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

Color convert

RGB 224 123 180 -
CMYK 0 0.45 0.20 0.12
HSL 326.14º 0.62% 0.68% -
HSV(B) 326.14º 0.45% 0.88% -
XYZ 46.06 33.31 47.18 -
YUV 159.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 224 123 180 0 0.45 0.20 0.12 326.14 0.62 0.68
Hex E0 7B B4 0 2D 14 C 146 3E 44
Octal 340 173 264 0 55 24 14 506 76 104
Binary 11100000 1111011 10110100 0 101101 10100 1100 101000110 111110 1000100

Color Harmonies of #E07BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07BB4

Black with #E07BB4

Text Example


Text Example

White with #E07BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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