Html Css Color HEX #EB607A Brink Pink

📋 copy color: '#EB607A'

red 235 ◦ green 96 ◦ blue 122

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

Shades of Brink Pink #EB607A

Tints of Brink Pink #EB607A

RGB

 RED value IS 235 (92.19% from 255) = 51.88%

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

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

R = 51.88%
G = 21.19%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB607A (or 0xEB607A) is known color: Brink Pink. HEX triplet: EB, 60 and 7A. RGB value is (235,96,122). Sum of RGB (Red+Green+Blue) = 235+96+122=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB607A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB607A is #149F85. Grayscale: #8C8C8C. Windows color (decimal): -1351558 or 8020203. OLE color: 8020203.

HSL color Cylindrical-coordinate representation of color #EB607A: hue angle of 348.78º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB607A is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 96 122 -
CMYK 0 0.59 0.48 0.08
HSL 348.78º 0.78% 0.65% -
HSV(B) 348.78º 0.59% 0.92% -
XYZ 41.96 27.43 21.5 -
YUV 140.53 117.55 195.39 -
System Red Green Blue C M Y K H S L
Decimal 235 96 122 0 0.59 0.48 0.08 348.78 0.78 0.65
Hex EB 60 7A 0 3B 30 8 15D 4E 41
Octal 353 140 172 0 73 60 10 535 116 101
Binary 11101011 1100000 1111010 0 111011 110000 1000 101011101 1001110 1000001

Color Harmonies of #EB607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB607A

Black with #EB607A

Text Example


Text Example

White with #EB607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB607A; }

 p { color: rgb(235,96,122); }

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

background-color css

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

 a { background-color: rgb(235,96,122); }

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

border-color css

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

 span { border-color: rgb(235,96,122); }

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