Html Css Color HEX #ED829A Carissma

📋 copy color: '#ED829A'

red 237 ◦ green 130 ◦ blue 154

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

Shades of Carissma #ED829A

Tints of Carissma #ED829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.56%

R = 45.49%
G = 24.95%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED829A (or 0xED829A) is known color: Carissma. HEX triplet: ED, 82 and 9A. RGB value is (237,130,154). Sum of RGB (Red+Green+Blue) = 237+130+154=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED829A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED829A is #127D65. Grayscale: #A4A4A4. Windows color (decimal): -1211750 or 10126061. OLE color: 10126061.

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

Color convert

RGB 237 130 154 -
CMYK 0 0.45 0.35 0.07
HSL 346.54º 0.75% 0.72% -
HSV(B) 346.54º 0.45% 0.93% -
XYZ 48.74 36.3 35.01 -
YUV 164.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 237 130 154 0 0.45 0.35 0.07 346.54 0.75 0.72
Hex ED 82 9A 0 2D 23 7 15B 4B 48
Octal 355 202 232 0 55 43 7 533 113 110
Binary 11101101 10000010 10011010 0 101101 100011 111 101011011 1001011 1001000

Color Harmonies of #ED829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED829A

Black with #ED829A

Text Example


Text Example

White with #ED829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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