Html Css Color HEX #EC44A5 Brilliant Rose

📋 copy color: '#EC44A5'

red 236 ◦ green 68 ◦ blue 165

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

Shades of Brilliant Rose #EC44A5

Tints of Brilliant Rose #EC44A5

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.5%

 BLUE value IS 165 (64.84% from 255) = 35.18%

R = 50.32%
G = 14.5%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC44A5 (or 0xEC44A5) is known color: Brilliant Rose. HEX triplet: EC, 44 and A5. RGB value is (236,68,165). Sum of RGB (Red+Green+Blue) = 236+68+165=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC44A5 is #13BB5A. Grayscale: #818181. Windows color (decimal): -1293147 or 10831084. OLE color: 10831084.

HSL color Cylindrical-coordinate representation of color #EC44A5: hue angle of 325.36º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC44A5 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 68 165 -
CMYK 0 0.71 0.30 0.07
HSL 325.36º 0.82% 0.6% -
HSV(B) 325.36º 0.71% 0.93% -
XYZ 43.45 24.68 38.07 -
YUV 129.29 148.16 204.11 -
System Red Green Blue C M Y K H S L
Decimal 236 68 165 0 0.71 0.30 0.07 325.36 0.82 0.6
Hex EC 44 A5 0 47 1E 7 145 52 3C
Octal 354 104 245 0 107 36 7 505 122 74
Binary 11101100 1000100 10100101 0 1000111 11110 111 101000101 1010010 111100

Color Harmonies of #EC44A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC44A5

Black with #EC44A5

Text Example


Text Example

White with #EC44A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC44A5; }

 p { color: rgb(236,68,165); }

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

background-color css

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

 a { background-color: rgb(236,68,165); }

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

border-color css

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

 span { border-color: rgb(236,68,165); }

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