Html Css Color HEX #E65A7A Dark Pink

📋 copy color: '#E65A7A'

red 230 ◦ green 90 ◦ blue 122

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

Shades of Dark Pink #E65A7A

Tints of Dark Pink #E65A7A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.36%

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

R = 52.04%
G = 20.36%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E65A7A (or 0xE65A7A) is known color: Dark Pink. HEX triplet: E6, 5A and 7A. RGB value is (230,90,122). Sum of RGB (Red+Green+Blue) = 230+90+122=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65A7A is #19A585. Grayscale: #878787. Windows color (decimal): -1680774 or 8018662. OLE color: 8018662.

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

Color convert

RGB 230 90 122 -
CMYK 0 0.61 0.47 0.10
HSL 346.29º 0.74% 0.63% -
HSV(B) 346.29º 0.61% 0.9% -
XYZ 39.8 25.54 21.24 -
YUV 135.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 230 90 122 0 0.61 0.47 0.10 346.29 0.74 0.63
Hex E6 5A 7A 0 3D 2F A 15A 4A 3F
Octal 346 132 172 0 75 57 12 532 112 77
Binary 11100110 1011010 1111010 0 111101 101111 1010 101011010 1001010 111111

Color Harmonies of #E65A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65A7A

Black with #E65A7A

Text Example


Text Example

White with #E65A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65A7A; }

 p { color: rgb(230,90,122); }

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

background-color css

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

 a { background-color: rgb(230,90,122); }

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

border-color css

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

 span { border-color: rgb(230,90,122); }

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