Html Css Color HEX #E35F7D Dark Pink

📋 copy color: '#E35F7D'

red 227 ◦ green 95 ◦ blue 125

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

Shades of Dark Pink #E35F7D

Tints of Dark Pink #E35F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.96%

R = 50.78%
G = 21.25%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E35F7D (or 0xE35F7D) is known color: Dark Pink. HEX triplet: E3, 5F and 7D. RGB value is (227,95,125). Sum of RGB (Red+Green+Blue) = 227+95+125=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F7D is #1CA082. Grayscale: #898989. Windows color (decimal): -1876099 or 8216547. OLE color: 8216547.

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

Color convert

RGB 227 95 125 -
CMYK 0 0.58 0.45 0.11
HSL 346.36º 0.7% 0.63% -
HSV(B) 346.36º 0.58% 0.89% -
XYZ 39.47 26 22.34 -
YUV 137.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 227 95 125 0 0.58 0.45 0.11 346.36 0.7 0.63
Hex E3 5F 7D 0 3A 2D B 15A 46 3F
Octal 343 137 175 0 72 55 13 532 106 77
Binary 11100011 1011111 1111101 0 111010 101101 1011 101011010 1000110 111111

Color Harmonies of #E35F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35F7D

Black with #E35F7D

Text Example


Text Example

White with #E35F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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