Html Css Color HEX #E35F7E Dark Pink

📋 copy color: '#E35F7E'

red 227 ◦ green 95 ◦ blue 126

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

Shades of Dark Pink #E35F7E

Tints of Dark Pink #E35F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.13%

R = 50.67%
G = 21.21%
B = 28.13%

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

#E35F7E (or 0xE35F7E) is known color: Dark Pink. HEX triplet: E3, 5F and 7E. RGB value is (227,95,126). Sum of RGB (Red+Green+Blue) = 227+95+126=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F7E is #1CA081. Grayscale: #8A8A8A. Windows color (decimal): -1876098 or 8282083. OLE color: 8282083.

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

Color convert

RGB 227 95 126 -
CMYK 0 0.58 0.44 0.11
HSL 345.91º 0.7% 0.63% -
HSV(B) 345.91º 0.58% 0.89% -
XYZ 39.54 26.02 22.68 -
YUV 138 121.23 191.48 -
System Red Green Blue C M Y K H S L
Decimal 227 95 126 0 0.58 0.44 0.11 345.91 0.7 0.63
Hex E3 5F 7E 0 3A 2C B 15A 46 3F
Octal 343 137 176 0 72 54 13 532 106 77
Binary 11100011 1011111 1111110 0 111010 101100 1011 101011010 1000110 111111

Color Harmonies of #E35F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35F7E

Black with #E35F7E

Text Example


Text Example

White with #E35F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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