Html Css Color HEX #ED607F Brink Pink

📋 copy color: '#ED607F'

red 237 ◦ green 96 ◦ blue 127

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

Shades of Brink Pink #ED607F

Tints of Brink Pink #ED607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.87%

 BLUE value IS 127 (50% from 255) = 27.61%

R = 51.52%
G = 20.87%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED607F (or 0xED607F) is known color: Brink Pink. HEX triplet: ED, 60 and 7F. RGB value is (237,96,127). Sum of RGB (Red+Green+Blue) = 237+96+127=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED607F is #129F80. Grayscale: #8D8D8D. Windows color (decimal): -1220481 or 8347885. OLE color: 8347885.

HSL color Cylindrical-coordinate representation of color #ED607F: hue angle of 346.81º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED607F is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 96 127 -
CMYK 0 0.59 0.46 0.07
HSL 346.81º 0.8% 0.65% -
HSV(B) 346.81º 0.59% 0.93% -
XYZ 42.94 27.9 23.2 -
YUV 141.69 119.71 195.98 -
System Red Green Blue C M Y K H S L
Decimal 237 96 127 0 0.59 0.46 0.07 346.81 0.8 0.65
Hex ED 60 7F 0 3B 2E 7 15B 50 41
Octal 355 140 177 0 73 56 7 533 120 101
Binary 11101101 1100000 1111111 0 111011 101110 111 101011011 1010000 1000001

Color Harmonies of #ED607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED607F

Black with #ED607F

Text Example


Text Example

White with #ED607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED607F; }

 p { color: rgb(237,96,127); }

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

background-color css

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

 a { background-color: rgb(237,96,127); }

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

border-color css

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

 span { border-color: rgb(237,96,127); }

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