Html Css Color HEX #ED829E Carissma

📋 copy color: '#ED829E'

red 237 ◦ green 130 ◦ blue 158

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

Shades of Carissma #ED829E

Tints of Carissma #ED829E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.1%

R = 45.14%
G = 24.76%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED829E (or 0xED829E) is known color: Carissma. HEX triplet: ED, 82 and 9E. RGB value is (237,130,158). Sum of RGB (Red+Green+Blue) = 237+130+158=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED829E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED829E is #127D61. Grayscale: #A5A5A5. Windows color (decimal): -1211746 or 10388205. OLE color: 10388205.

HSL color Cylindrical-coordinate representation of color #ED829E: hue angle of 344.3º 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 #ED829E is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 130 158 -
CMYK 0 0.45 0.33 0.07
HSL 344.3º 0.75% 0.72% -
HSV(B) 344.3º 0.45% 0.93% -
XYZ 49.08 36.44 36.79 -
YUV 165.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 237 130 158 0 0.45 0.33 0.07 344.3 0.75 0.72
Hex ED 82 9E 0 2D 21 7 158 4B 48
Octal 355 202 236 0 55 41 7 530 113 110
Binary 11101101 10000010 10011110 0 101101 100001 111 101011000 1001011 1001000

Color Harmonies of #ED829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED829E

Black with #ED829E

Text Example


Text Example

White with #ED829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED829E; }

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

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

background-color css

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

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

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

border-color css

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

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

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