Html Css Color HEX #ED4DA7 Brilliant Rose

📋 copy color: '#ED4DA7'

red 237 ◦ green 77 ◦ blue 167

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

Shades of Brilliant Rose #ED4DA7

Tints of Brilliant Rose #ED4DA7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.01%

 BLUE value IS 167 (65.63% from 255) = 34.72%

R = 49.27%
G = 16.01%
B = 34.72%

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

#ED4DA7 (or 0xED4DA7) is known color: Brilliant Rose. HEX triplet: ED, 4D and A7. RGB value is (237,77,167). Sum of RGB (Red+Green+Blue) = 237+77+167=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 167 (65.62% from 255 or 34.72% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4DA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4DA7 is #12B258. Grayscale: #868686. Windows color (decimal): -1225305 or 10964461. OLE color: 10964461.

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

Color convert

RGB 237 77 167 -
CMYK 0 0.68 0.30 0.07
HSL 326.25º 0.82% 0.62% -
HSV(B) 326.25º 0.68% 0.93% -
XYZ 44.55 26.1 39.25 -
YUV 135.1 146.01 200.68 -
System Red Green Blue C M Y K H S L
Decimal 237 77 167 0 0.68 0.30 0.07 326.25 0.82 0.62
Hex ED 4D A7 0 44 1E 7 146 52 3E
Octal 355 115 247 0 104 36 7 506 122 76
Binary 11101101 1001101 10100111 0 1000100 11110 111 101000110 1010010 111110

Color Harmonies of #ED4DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4DA7

Black with #ED4DA7

Text Example


Text Example

White with #ED4DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4DA7; }

 p { color: rgb(237,77,167); }

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

background-color css

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

 a { background-color: rgb(237,77,167); }

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

border-color css

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

 span { border-color: rgb(237,77,167); }

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