Html Css Color HEX #E35F7A Dark Pink

📋 copy color: '#E35F7A'

red 227 ◦ green 95 ◦ blue 122

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

Shades of Dark Pink #E35F7A

Tints of Dark Pink #E35F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.48%

R = 51.13%
G = 21.4%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E35F7A (or 0xE35F7A) is known color: Dark Pink. HEX triplet: E3, 5F and 7A. RGB value is (227,95,122). Sum of RGB (Red+Green+Blue) = 227+95+122=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F7A is #1CA085. Grayscale: #898989. Windows color (decimal): -1876102 or 8019939. OLE color: 8019939.

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

Color convert

RGB 227 95 122 -
CMYK 0 0.58 0.46 0.11
HSL 347.73º 0.7% 0.63% -
HSV(B) 347.73º 0.58% 0.89% -
XYZ 39.28 25.92 21.35 -
YUV 137.55 119.23 191.8 -
System Red Green Blue C M Y K H S L
Decimal 227 95 122 0 0.58 0.46 0.11 347.73 0.7 0.63
Hex E3 5F 7A 0 3A 2E B 15C 46 3F
Octal 343 137 172 0 72 56 13 534 106 77
Binary 11100011 1011111 1111010 0 111010 101110 1011 101011100 1000110 111111

Color Harmonies of #E35F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35F7A

Black with #E35F7A

Text Example


Text Example

White with #E35F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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