Html Css Color HEX #ED829D Carissma

📋 copy color: '#ED829D'

red 237 ◦ green 130 ◦ blue 157

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

Shades of Carissma #ED829D

Tints of Carissma #ED829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.81%

 BLUE value IS 157 (61.72% from 255) = 29.96%

R = 45.23%
G = 24.81%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED829D (or 0xED829D) is known color: Carissma. HEX triplet: ED, 82 and 9D. RGB value is (237,130,157). Sum of RGB (Red+Green+Blue) = 237+130+157=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED829D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED829D is #127D62. Grayscale: #A5A5A5. Windows color (decimal): -1211747 or 10322669. OLE color: 10322669.

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

Color convert

RGB 237 130 157 -
CMYK 0 0.45 0.34 0.07
HSL 344.86º 0.75% 0.72% -
HSV(B) 344.86º 0.45% 0.93% -
XYZ 48.99 36.4 36.34 -
YUV 165.07 123.45 179.3 -
System Red Green Blue C M Y K H S L
Decimal 237 130 157 0 0.45 0.34 0.07 344.86 0.75 0.72
Hex ED 82 9D 0 2D 22 7 159 4B 48
Octal 355 202 235 0 55 42 7 531 113 110
Binary 11101101 10000010 10011101 0 101101 100010 111 101011001 1001011 1001000

Color Harmonies of #ED829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED829D

Black with #ED829D

Text Example


Text Example

White with #ED829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED829D; }

 p { color: rgb(237,130,157); }

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

background-color css

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

 a { background-color: rgb(237,130,157); }

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

border-color css

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

 span { border-color: rgb(237,130,157); }

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