Html Css Color HEX #ED4CA5 Brilliant Rose

📋 copy color: '#ED4CA5'

red 237 ◦ green 76 ◦ blue 165

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

Shades of Brilliant Rose #ED4CA5

Tints of Brilliant Rose #ED4CA5

RGB

 RED value IS 237 (92.97% from 255) = 49.58%

 GREEN value IS 76 (30.08% from 255) = 15.9%

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

R = 49.58%
G = 15.9%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ED4CA5 (or 0xED4CA5) is known color: Brilliant Rose. HEX triplet: ED, 4C and A5. RGB value is (237,76,165). Sum of RGB (Red+Green+Blue) = 237+76+165=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4CA5 is #12B35A. Grayscale: #868686. Windows color (decimal): -1225563 or 10833133. OLE color: 10833133.

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

Color convert

RGB 237 76 165 -
CMYK 0 0.68 0.30 0.07
HSL 326.83º 0.82% 0.61% -
HSV(B) 326.83º 0.68% 0.93% -
XYZ 44.3 25.89 38.26 -
YUV 134.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 237 76 165 0 0.68 0.30 0.07 326.83 0.82 0.61
Hex ED 4C A5 0 44 1E 7 147 52 3D
Octal 355 114 245 0 104 36 7 507 122 75
Binary 11101101 1001100 10100101 0 1000100 11110 111 101000111 1010010 111101

Color Harmonies of #ED4CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4CA5

Black with #ED4CA5

Text Example


Text Example

White with #ED4CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4CA5; }

 p { color: rgb(237,76,165); }

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

background-color css

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

 a { background-color: rgb(237,76,165); }

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

border-color css

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

 span { border-color: rgb(237,76,165); }

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