Html Css Color HEX #E65B72 Dark Pink

📋 copy color: '#E65B72'

red 230 ◦ green 91 ◦ blue 114

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

Shades of Dark Pink #E65B72

Tints of Dark Pink #E65B72

RGB

 RED value IS 230 (90.23% from 255) = 52.87%

 GREEN value IS 91 (35.94% from 255) = 20.92%

 BLUE value IS 114 (44.92% from 255) = 26.21%

R = 52.87%
G = 20.92%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E65B72 (or 0xE65B72) is known color: Dark Pink. HEX triplet: E6, 5B and 72. RGB value is (230,91,114). Sum of RGB (Red+Green+Blue) = 230+91+114=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65B72 is #19A48D. Grayscale: #878787. Windows color (decimal): -1680526 or 7494630. OLE color: 7494630.

HSL color Cylindrical-coordinate representation of color #E65B72: hue angle of 350.07º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65B72 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 91 114 -
CMYK 0 0.60 0.50 0.10
HSL 350.07º 0.74% 0.63% -
HSV(B) 350.07º 0.6% 0.9% -
XYZ 39.41 25.52 18.77 -
YUV 135.18 116.05 195.63 -
System Red Green Blue C M Y K H S L
Decimal 230 91 114 0 0.60 0.50 0.10 350.07 0.74 0.63
Hex E6 5B 72 0 3C 32 A 15E 4A 3F
Octal 346 133 162 0 74 62 12 536 112 77
Binary 11100110 1011011 1110010 0 111100 110010 1010 101011110 1001010 111111

Color Harmonies of #E65B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65B72

Black with #E65B72

Text Example


Text Example

White with #E65B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65B72; }

 p { color: rgb(230,91,114); }

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

background-color css

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

 a { background-color: rgb(230,91,114); }

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

border-color css

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

 span { border-color: rgb(230,91,114); }

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