Html Css Color HEX #E35F7F Dark Pink

📋 copy color: '#E35F7F'

red 227 ◦ green 95 ◦ blue 127

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

Shades of Dark Pink #E35F7F

Tints of Dark Pink #E35F7F

RGB

 RED value IS 227 (89.06% from 255) = 50.56%

 GREEN value IS 95 (37.5% from 255) = 21.16%

 BLUE value IS 127 (50% from 255) = 28.29%

R = 50.56%
G = 21.16%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E35F7F (or 0xE35F7F) is known color: Dark Pink. HEX triplet: E3, 5F and 7F. RGB value is (227,95,127). Sum of RGB (Red+Green+Blue) = 227+95+127=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F7F is #1CA080. Grayscale: #8A8A8A. Windows color (decimal): -1876097 or 8347619. OLE color: 8347619.

HSL color Cylindrical-coordinate representation of color #E35F7F: hue angle of 345.45º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E35F7F is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 95 127 -
CMYK 0 0.58 0.44 0.11
HSL 345.45º 0.7% 0.63% -
HSV(B) 345.45º 0.58% 0.89% -
XYZ 39.6 26.05 23.02 -
YUV 138.12 121.73 191.4 -
System Red Green Blue C M Y K H S L
Decimal 227 95 127 0 0.58 0.44 0.11 345.45 0.7 0.63
Hex E3 5F 7F 0 3A 2C B 159 46 3F
Octal 343 137 177 0 72 54 13 531 106 77
Binary 11100011 1011111 1111111 0 111010 101100 1011 101011001 1000110 111111

Color Harmonies of #E35F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35F7F

Black with #E35F7F

Text Example


Text Example

White with #E35F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35F7F; }

 p { color: rgb(227,95,127); }

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

background-color css

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

 a { background-color: rgb(227,95,127); }

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

border-color css

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

 span { border-color: rgb(227,95,127); }

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