Html Css Color HEX #E07CBE Persian Pink

📋 copy color: '#E07CBE'

red 224 ◦ green 124 ◦ blue 190

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

Shades of Persian Pink #E07CBE

Tints of Persian Pink #E07CBE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.05%

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 41.64%
G = 23.05%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E07CBE (or 0xE07CBE) is known color: Persian Pink. HEX triplet: E0, 7C and BE. RGB value is (224,124,190). Sum of RGB (Red+Green+Blue) = 224+124+190=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CBE is #1F8341. Grayscale: #A1A1A1. Windows color (decimal): -2065218 or 12483808. OLE color: 12483808.

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

Color convert

RGB 224 124 190 -
CMYK 0 0.45 0.15 0.12
HSL 320.4º 0.62% 0.68% -
HSV(B) 320.4º 0.45% 0.88% -
XYZ 47.24 33.98 52.78 -
YUV 161.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 224 124 190 0 0.45 0.15 0.12 320.4 0.62 0.68
Hex E0 7C BE 0 2D F C 140 3E 44
Octal 340 174 276 0 55 17 14 500 76 104
Binary 11100000 1111100 10111110 0 101101 1111 1100 101000000 111110 1000100

Color Harmonies of #E07CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CBE

Black with #E07CBE

Text Example


Text Example

White with #E07CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CBE; }

 p { color: rgb(224,124,190); }

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

background-color css

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

 a { background-color: rgb(224,124,190); }

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

border-color css

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

 span { border-color: rgb(224,124,190); }

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