Html Css Color HEX #E07BBA Persian Pink

📋 copy color: '#E07BBA'

red 224 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #E07BBA

Tints of Persian Pink #E07BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.9%

R = 42.03%
G = 23.08%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E07BBA (or 0xE07BBA) is known color: Persian Pink. HEX triplet: E0, 7B and BA. RGB value is (224,123,186). Sum of RGB (Red+Green+Blue) = 224+123+186=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BBA is #1F8445. Grayscale: #A0A0A0. Windows color (decimal): -2065478 or 12221408. OLE color: 12221408.

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

Color convert

RGB 224 123 186 -
CMYK 0 0.45 0.17 0.12
HSL 322.57º 0.62% 0.68% -
HSV(B) 322.57º 0.45% 0.88% -
XYZ 46.69 33.56 50.47 -
YUV 160.38 142.46 173.38 -
System Red Green Blue C M Y K H S L
Decimal 224 123 186 0 0.45 0.17 0.12 322.57 0.62 0.68
Hex E0 7B BA 0 2D 11 C 143 3E 44
Octal 340 173 272 0 55 21 14 503 76 104
Binary 11100000 1111011 10111010 0 101101 10001 1100 101000011 111110 1000100

Color Harmonies of #E07BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07BBA

Black with #E07BBA

Text Example


Text Example

White with #E07BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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