Html Css Color HEX #ED65AB Hot Pink

📋 copy color: '#ED65AB'

red 237 ◦ green 101 ◦ blue 171

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

Shades of Hot Pink #ED65AB

Tints of Hot Pink #ED65AB

RGB

 RED value IS 237 (92.97% from 255) = 46.56%

 GREEN value IS 101 (39.84% from 255) = 19.84%

 BLUE value IS 171 (67.19% from 255) = 33.6%

R = 46.56%
G = 19.84%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED65AB (or 0xED65AB) is known color: Hot Pink. HEX triplet: ED, 65 and AB. RGB value is (237,101,171). Sum of RGB (Red+Green+Blue) = 237+101+171=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED65AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED65AB is #129A54. Grayscale: #959595. Windows color (decimal): -1219157 or 11232749. OLE color: 11232749.

HSL color Cylindrical-coordinate representation of color #ED65AB: hue angle of 329.12º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED65AB is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 101 171 -
CMYK 0 0.57 0.28 0.07
HSL 329.12º 0.79% 0.66% -
HSV(B) 329.12º 0.57% 0.93% -
XYZ 46.93 30.25 41.89 -
YUV 149.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 237 101 171 0 0.57 0.28 0.07 329.12 0.79 0.66
Hex ED 65 AB 0 39 1C 7 149 4F 42
Octal 355 145 253 0 71 34 7 511 117 102
Binary 11101101 1100101 10101011 0 111001 11100 111 101001001 1001111 1000010

Color Harmonies of #ED65AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED65AB

Black with #ED65AB

Text Example


Text Example

White with #ED65AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED65AB; }

 p { color: rgb(237,101,171); }

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

background-color css

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

 a { background-color: rgb(237,101,171); }

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

border-color css

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

 span { border-color: rgb(237,101,171); }

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