Html Css Color HEX #E07FBE Persian Pink

📋 copy color: '#E07FBE'

red 224 ◦ green 127 ◦ blue 190

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

Shades of Persian Pink #E07FBE

Tints of Persian Pink #E07FBE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.48%

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

R = 41.4%
G = 23.48%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E07FBE (or 0xE07FBE) is known color: Persian Pink. HEX triplet: E0, 7F and BE. RGB value is (224,127,190). Sum of RGB (Red+Green+Blue) = 224+127+190=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FBE is #1F8041. Grayscale: #A3A3A3. Windows color (decimal): -2064450 or 12484576. OLE color: 12484576.

HSL color Cylindrical-coordinate representation of color #E07FBE: hue angle of 321.03º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07FBE is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 190 -
CMYK 0 0.43 0.15 0.12
HSL 321.03º 0.61% 0.69% -
HSV(B) 321.03º 0.43% 0.88% -
XYZ 47.62 34.74 52.91 -
YUV 163.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 224 127 190 0 0.43 0.15 0.12 321.03 0.61 0.69
Hex E0 7F BE 0 2B F C 141 3D 45
Octal 340 177 276 0 53 17 14 501 75 105
Binary 11100000 1111111 10111110 0 101011 1111 1100 101000001 111101 1000101

Color Harmonies of #E07FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FBE

Black with #E07FBE

Text Example


Text Example

White with #E07FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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