Html Css Color HEX #EC5C9B Brilliant Rose

📋 copy color: '#EC5C9B'

red 236 ◦ green 92 ◦ blue 155

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

Shades of Brilliant Rose #EC5C9B

Tints of Brilliant Rose #EC5C9B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.05%

 BLUE value IS 155 (60.94% from 255) = 32.09%

R = 48.86%
G = 19.05%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC5C9B (or 0xEC5C9B) is known color: Brilliant Rose. HEX triplet: EC, 5C and 9B. RGB value is (236,92,155). Sum of RGB (Red+Green+Blue) = 236+92+155=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5C9B is #13A364. Grayscale: #8E8E8E. Windows color (decimal): -1287013 or 10181868. OLE color: 10181868.

HSL color Cylindrical-coordinate representation of color #EC5C9B: hue angle of 333.75º 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 #EC5C9B is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 92 155 -
CMYK 0 0.61 0.34 0.07
HSL 333.75º 0.79% 0.64% -
HSV(B) 333.75º 0.61% 0.93% -
XYZ 44.34 27.85 34.05 -
YUV 142.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 236 92 155 0 0.61 0.34 0.07 333.75 0.79 0.64
Hex EC 5C 9B 0 3D 22 7 14E 4F 40
Octal 354 134 233 0 75 42 7 516 117 100
Binary 11101100 1011100 10011011 0 111101 100010 111 101001110 1001111 1000000

Color Harmonies of #EC5C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5C9B

Black with #EC5C9B

Text Example


Text Example

White with #EC5C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5C9B; }

 p { color: rgb(236,92,155); }

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

background-color css

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

 a { background-color: rgb(236,92,155); }

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

border-color css

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

 span { border-color: rgb(236,92,155); }

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