Html Css Color HEX #EC43A5 Brilliant Rose

📋 copy color: '#EC43A5'

red 236 ◦ green 67 ◦ blue 165

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

Shades of Brilliant Rose #EC43A5

Tints of Brilliant Rose #EC43A5

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.32%

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

R = 50.43%
G = 14.32%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC43A5 (or 0xEC43A5) is known color: Brilliant Rose. HEX triplet: EC, 43 and A5. RGB value is (236,67,165). Sum of RGB (Red+Green+Blue) = 236+67+165=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC43A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC43A5 is #13BC5A. Grayscale: #808080. Windows color (decimal): -1293403 or 10830828. OLE color: 10830828.

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

Color convert

RGB 236 67 165 -
CMYK 0 0.72 0.30 0.07
HSL 325.21º 0.82% 0.59% -
HSV(B) 325.21º 0.72% 0.93% -
XYZ 43.39 24.56 38.05 -
YUV 128.7 148.49 204.53 -
System Red Green Blue C M Y K H S L
Decimal 236 67 165 0 0.72 0.30 0.07 325.21 0.82 0.59
Hex EC 43 A5 0 48 1E 7 145 52 3B
Octal 354 103 245 0 110 36 7 505 122 73
Binary 11101100 1000011 10100101 0 1001000 11110 111 101000101 1010010 111011

Color Harmonies of #EC43A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC43A5

Black with #EC43A5

Text Example


Text Example

White with #EC43A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC43A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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