Html Css Color HEX #ED629C Brilliant Rose

📋 copy color: '#ED629C'

red 237 ◦ green 98 ◦ blue 156

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

Shades of Brilliant Rose #ED629C

Tints of Brilliant Rose #ED629C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.96%

 BLUE value IS 156 (61.33% from 255) = 31.77%

R = 48.27%
G = 19.96%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED629C (or 0xED629C) is known color: Brilliant Rose. HEX triplet: ED, 62 and 9C. RGB value is (237,98,156). Sum of RGB (Red+Green+Blue) = 237+98+156=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED629C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED629C is #129D63. Grayscale: #929292. Windows color (decimal): -1219940 or 10248941. OLE color: 10248941.

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

Color convert

RGB 237 98 156 -
CMYK 0 0.59 0.34 0.07
HSL 334.96º 0.79% 0.66% -
HSV(B) 334.96º 0.59% 0.93% -
XYZ 45.29 29.14 34.69 -
YUV 146.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 237 98 156 0 0.59 0.34 0.07 334.96 0.79 0.66
Hex ED 62 9C 0 3B 22 7 14F 4F 42
Octal 355 142 234 0 73 42 7 517 117 102
Binary 11101101 1100010 10011100 0 111011 100010 111 101001111 1001111 1000010

Color Harmonies of #ED629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED629C

Black with #ED629C

Text Example


Text Example

White with #ED629C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED629C; }

 p { color: rgb(237,98,156); }

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

background-color css

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

 a { background-color: rgb(237,98,156); }

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

border-color css

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

 span { border-color: rgb(237,98,156); }

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