Html Css Color HEX #E35F7B Dark Pink

📋 copy color: '#E35F7B'

red 227 ◦ green 95 ◦ blue 123

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

Shades of Dark Pink #E35F7B

Tints of Dark Pink #E35F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.64%

R = 51.01%
G = 21.35%
B = 27.64%

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

#E35F7B (or 0xE35F7B) is known color: Dark Pink. HEX triplet: E3, 5F and 7B. RGB value is (227,95,123). Sum of RGB (Red+Green+Blue) = 227+95+123=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F7B is #1CA084. Grayscale: #898989. Windows color (decimal): -1876101 or 8085475. OLE color: 8085475.

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

Color convert

RGB 227 95 123 -
CMYK 0 0.58 0.46 0.11
HSL 347.27º 0.7% 0.63% -
HSV(B) 347.27º 0.58% 0.89% -
XYZ 39.35 25.95 21.67 -
YUV 137.66 119.73 191.72 -
System Red Green Blue C M Y K H S L
Decimal 227 95 123 0 0.58 0.46 0.11 347.27 0.7 0.63
Hex E3 5F 7B 0 3A 2E B 15B 46 3F
Octal 343 137 173 0 72 56 13 533 106 77
Binary 11100011 1011111 1111011 0 111010 101110 1011 101011011 1000110 111111

Color Harmonies of #E35F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35F7B

Black with #E35F7B

Text Example


Text Example

White with #E35F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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