Html Css Color HEX #EC5B9D Brilliant Rose

📋 copy color: '#EC5B9D'

red 236 ◦ green 91 ◦ blue 157

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

Shades of Brilliant Rose #EC5B9D

Tints of Brilliant Rose #EC5B9D

RGB

 RED value IS 236 (92.58% from 255) = 48.76%

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

 BLUE value IS 157 (61.72% from 255) = 32.44%

R = 48.76%
G = 18.8%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC5B9D (or 0xEC5B9D) is known color: Brilliant Rose. HEX triplet: EC, 5B and 9D. RGB value is (236,91,157). Sum of RGB (Red+Green+Blue) = 236+91+157=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5B9D is #13A462. Grayscale: #8D8D8D. Windows color (decimal): -1287267 or 10312684. OLE color: 10312684.

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

Color convert

RGB 236 91 157 -
CMYK 0 0.61 0.33 0.07
HSL 332.69º 0.79% 0.64% -
HSV(B) 332.69º 0.61% 0.93% -
XYZ 44.42 27.75 34.91 -
YUV 141.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 236 91 157 0 0.61 0.33 0.07 332.69 0.79 0.64
Hex EC 5B 9D 0 3D 21 7 14D 4F 40
Octal 354 133 235 0 75 41 7 515 117 100
Binary 11101100 1011011 10011101 0 111101 100001 111 101001101 1001111 1000000

Color Harmonies of #EC5B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5B9D

Black with #EC5B9D

Text Example


Text Example

White with #EC5B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5B9D; }

 p { color: rgb(236,91,157); }

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

background-color css

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

 a { background-color: rgb(236,91,157); }

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

border-color css

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

 span { border-color: rgb(236,91,157); }

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